Class RegisterRecurringPlanInput

Description

自動売上プラン登録 入力パラメータクラス

Located in /com/gmo_pg/client/input/RegisterRecurringPlanInput.php (line 11)

BaseInput
   |
   --RegisterRecurringPlanInput
Method Summary
 RegisterRecurringPlanInput __construct ([array $params = null])
 integer getAmount ()
 string getChargeDay ()
 string getChargeMonth ()
 string getDescription ()
 string getMethod ()
 string getPlanID ()
 string getPlanName ()
 string getShopID ()
 string getShopPass ()
 integer getTax ()
 void setAmount (integer $amount)
 void setChargeDay (string $chargeDay)
 void setChargeMonth (string $chargeMonth)
 void setDescription (string $description)
 void setInputValues (IgnoreCaseMap $params)
 void setMethod (string $method)
 void setPlanID (string $planID)
 void setPlanName (string $planName)
 void setShopID (string $shopID)
 void setShopPass (string $shopPass)
 void setTax (integer $tax)
 string toString ()
Methods
Constructor __construct (line 60)

コンストラクタ

  • access: public
RegisterRecurringPlanInput __construct ([array $params = null])
  • array $params: 入力パラメータ

Redefinition of:
BaseInput::__construct()
コンストラクタ
getAmount (line 111)

利用金額取得

  • return: 利用金額
  • access: public
integer getAmount ()
getChargeDay (line 132)

課金基準日取得

  • return: 課金基準日
  • access: public
string getChargeDay ()
getChargeMonth (line 125)

課金月取得

  • return: 課金月
  • access: public
string getChargeMonth ()
getDescription (line 97)

プラン説明取得

  • return: プラン説明
  • access: public
string getDescription ()
getMethod (line 104)

課金手段 取得

  • return: 課金手段 
  • access: public
string getMethod ()
getPlanID (line 83)

プランID取得

  • return: プランID
  • access: public
string getPlanID ()
getPlanName (line 90)

プラン名取得

  • return: プラン名
  • access: public
string getPlanName ()
getShopID (line 69)

ショップID取得

  • return: ショップID
  • access: public
string getShopID ()
getShopPass (line 76)

ショップパスワード取得

  • return: ショップパスワード
  • access: public
string getShopPass ()
getTax (line 118)

税送料取得

  • return: 税送料
  • access: public
integer getTax ()
setAmount (line 189)

利用金額設定

  • access: public
void setAmount (integer $amount)
  • integer $amount
setChargeDay (line 213)

課金基準日設定

  • access: public
void setChargeDay (string $chargeDay)
  • string $chargeDay
setChargeMonth (line 205)

課金月設定

  • access: public
void setChargeMonth (string $chargeMonth)
  • string $chargeMonth
setDefaultValues (line 221)

デフォルト値設定

  • access: public
void setDefaultValues ()

Redefinition of:
BaseInput::setDefaultValues()
デフォルト値を設定する
setDescription (line 173)

プラン説明設定

  • access: public
void setDescription (string $description)
  • string $description
setInputValues (line 230)

入力パラメータ群の値を設定する

  • access: public
void setInputValues (IgnoreCaseMap $params)

Redefinition of:
BaseInput::setInputValues()
入力パラメータ群の値を設定する
setMethod (line 181)

課金手段 設定

  • access: public
void setMethod (string $method)
  • string $method
setPlanID (line 157)

プランID設定

  • access: public
void setPlanID (string $planID)
  • string $planID
setPlanName (line 165)

プラン名設定

  • access: public
void setPlanName (string $planName)
  • string $planName
setShopID (line 141)

ショップID設定

  • access: public
void setShopID (string $shopID)
  • string $shopID
setShopPass (line 149)

ショップパスワード設定

  • access: public
void setShopPass (string $shopPass)
  • string $shopPass
setTax (line 197)

税送料設定

  • access: public
void setTax (integer $tax)
  • integer $tax
toString (line 253)

文字列表現

  • return: 接続文字列表現
  • access: public
string toString ()

Inherited Methods

Inherited From BaseInput

 BaseInput::__construct()
 BaseInput::convertParamsMap()
 BaseInput::encodeStr()
 BaseInput::getIntegerValue()
 BaseInput::getParameterValue()
 BaseInput::getStringValue()
 BaseInput::nullToEmpty()
 BaseInput::setDefaultValues()
 BaseInput::setInputValues()

Documentation generated on Thu, 18 Jan 2024 20:00:25 +0900 by phpDocumentor 1.4.3